home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / mail / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  1.7 KB  |  40 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Electronic Mail</H1>
  6. <P>
  7. Internet mail service is implemented by a combination of programs and
  8. protocols that perform three basic functions:  user mail agents provide
  9. the user interface for composing and reading electronic mail messages,
  10. the <EM>sendmail</EM> program implements the transfer and routing of
  11. those messages, and POP3 (Post Office Protocol, version 3) allows PC and
  12. Macintosh users to read messages delivered to a remote server.  
  13. <P>
  14. The <EM>sendmail</EM> program receives mail messages from user mail agents 
  15. in the local network and from remote mail servers. When a mail message arrives,
  16. sendmail requests a mail exchanger record (MX record) to determine 
  17. where to forward the mail. If sendmail is unable to identify the destination
  18. host returned in the record, it passes the message to a <EM>relay</EM> host 
  19. for local domain addresses, or to a <EM>forwarder</EM> host for external 
  20. addresses.
  21. <P>
  22. Mail that <EM>sendmail</EM> receives is read on the local host with a UNIX 
  23. user mail agent, or it is read remotely on a PC or Macintosh host with a 
  24. user mail agent that relies on POP3 service.
  25. <P>
  26. The <I>WebForce Internet Gateway</I> mail configuration tool provides
  27. configuration and management tools for both <EM>sendmail</EM> and POP3
  28. through these forms:
  29. <UL>
  30. <LI><A HREF="index.mail1.shtml" TARGET="left">POP3 Accounts</A>
  31. <LI><A HREF="index.mail2.shtml" TARGET="left">POP3 Mail</A>
  32. <LI><A HREF="index.mail3.shtml" TARGET="left">Sendmail Configuration</A>
  33. </UL>
  34. <P>
  35. See Chapter 8 of IRIX Admin: Networking and Mail for more information on
  36. <EM>sendmail</EM>. Additional information is available from the
  37. sendmail(1M), configmail(1M), and popper(8) references pages.
  38.  
  39. EndOfFile
  40.